home *** CD-ROM | disk | FTP | other *** search
- object BaseForm: TBaseForm
- Left = 490
- Top = 108
- BorderStyle = bsSingle
- Caption = 'Base Form'
- ClientHeight = 223
- ClientWidth = 455
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 86
- Top = 24
- Width = 282
- Height = 65
- Alignment = taCenter
- Caption =
- 'This is a form used by the application under all nomal circumsta' +
- 'nces. However, if you load up the BLInheritedForm package, you g' +
- 'et access to a new form inherited from this one, which the origi' +
- 'nal application knows nothing about.'
- WordWrap = True
- end
- object BtnOK: TButton
- Left = 16
- Top = 184
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 0
- OnClick = BtnOKClick
- end
- object Timer1: TTimer
- Interval = 10
- OnTimer = Timer1Timer
- Left = 40
- Top = 112
- end
- end
-